home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / NET / TCP22 / TCP22.INS < prev    next >
Encoding:
Text File  |  1995-09-19  |  1.2 KB  |  45 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     tcp22.ins - Windows 95 V3 installation script for TCP/IP Protocol Adapter.
  5.  
  6.   DESCRIPTION
  7.     This script performs the installation tasks for the Windows 95 TCP/IP
  8.     product.
  9.  
  10.   OWNER
  11.     Lav Jain
  12.  
  13.   MODIFIED    DD-MMM-YY Reason
  14.     trodgers  10-APR-92 Created.
  15.     zkhan     11-AUG-93 Modified for SQLNET and for using V3.0.9.3.2 or later
  16.             of the installer.
  17.     eflores   06-APR-94 Modified for Windows NT
  18.     ljain     07-JUL-95 Modified for Windows 95.
  19. *****************************************************************************/
  20. {
  21.   if (doit)
  22.   {
  23.     ins_ratchet = "2.2.2.0.0";
  24.  
  25.     execute("%installer_home%\win95.ins");
  26.  
  27.     ui_product(product_label);
  28.  
  29.     ui_action(instantiate(net2_install_script));
  30.     copy(deinstl);
  31.  
  32.     ui_action(instantiate(net2_install_dll));
  33.     copy(dll); 
  34.  
  35.     /* Register Product and Dependencies */
  36.  
  37.     ui_action(instantiate(net2_register));
  38.     register(current_product);
  39.  
  40.     if (member(selected_products,current_product))
  41.       reference(current_product);
  42.   }
  43.  
  44. }
  45.